home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import java.awt.event.ComponentEvent;
- import java.awt.event.ComponentListener;
- import java.io.Serializable;
-
- class BasicSliderUI$SizingListener implements ComponentListener, Serializable {
- // $FF: synthetic field
- BasicSliderUI this$0;
-
- public void componentResized(ComponentEvent e) {
- this.this$0.recalcLabelRect();
- this.this$0.calculateThumbBounds();
- }
-
- public void componentHidden(ComponentEvent e) {
- this.this$0.recalcLabelRect();
- this.this$0.calculateThumbBounds();
- }
-
- public void componentMoved(ComponentEvent e) {
- this.this$0.recalcLabelRect();
- this.this$0.calculateThumbBounds();
- }
-
- public void componentShown(ComponentEvent e) {
- this.this$0.recalcLabelRect();
- this.this$0.calculateThumbBounds();
- }
-
- // $FF: synthetic method
- BasicSliderUI$SizingListener(BasicSliderUI this$0) {
- this.this$0 = this$0;
- }
- }
-